Einhugur Word Component for Buoy

Paragraph.SetListIndent Method

Sets list indent for the paragraph.

SetListIndent(
   value as ListIndent,
   level as Integer)

Parameters

value
The indent to set or nil if wanting to clear existing indent.
level
The level to set. (This can be from 0 to 8).

Remarks

This method can throw InvalidArgumentException if level parameter is out of allowed range.

See Also

Paragraph Class